home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bdem22.zip / BDEMO009.TXT < prev    next >
Text File  |  1994-10-27  |  1KB  |  29 lines

  1. BUILDER SCREEN FUNCTIONS
  2.  
  3. This Menu Contains the Subset of Builder Library Functions Used for
  4. Screen I/O.  Some Functions are Very Simple, Like WinPush()/WinPop().
  5. Others are More Complex, Like MsgBox() and APop().
  6.  
  7. Each One Has a Sample so You Can See What It Does.  Also Notice How
  8. Some of These Functions are Used in this Demo Program.
  9.  
  10. When First Looking at a Builder Created Application, You May Think There
  11. are too Few Screen Colors or the Screen I/O is too Simplistic.  The Reason
  12. For This is Simple, I have (and I'll Bet You Have) Clients Who Simply Will
  13. NOT Part With Their Old Monochrome Monitors.  Creating REALLY Colorful
  14. Applications is Fine, Except When Some of the Network Nodes Have Monochrome
  15. Monitors.  All Builder Created Applications Will Run on Either a Color or
  16. Monchrome Monitor Without Modification.  This Means the Users With Color
  17. Have a Moderately Colorful Program and the Monchrome Users Have..Well..a
  18. Monochrome Program.  And You Have Less Work!
  19.  
  20. In addition to the functions listed on the menu, there are five functions
  21. available to query information about the active window.  They are:
  22.  
  23. These four function return the window border screen coordinates:
  24. WinTop(), WinLeft(), WinBott(), WinRight()
  25.  
  26. The border style is returned by calling the WinStyle() function.
  27.  
  28. ** End of File
  29.